home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true && _root.even7 > 10)
- {
- if(_root.even7 == 11)
- {
- _root.TUTS.nextFrame();
- _root.even7 = 12;
- }
- _root.inven.gotoAndStop(4);
- }
- if(_root.micon._currentframe == 2)
- {
- _root.dis = 2;
- _root.next_txt1 = "This is just my PC that lets me save things going on in my life.";
- }
- }
- }
-